home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / wheelo1a / frmhelp.frm (.txt) < prev    next >
Visual Basic Form  |  1999-09-10  |  5KB  |  144 lines

  1. VERSION 5.00
  2. Begin VB.Form frmHelp 
  3.    BackColor       =   &H80000014&
  4.    Caption         =   "How-To Play "
  5.    ClientHeight    =   6015
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   8205
  9.    LinkTopic       =   "Form2"
  10.    ScaleHeight     =   6015
  11.    ScaleWidth      =   8205
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin VB.TextBox Text7 
  14.       Enabled         =   0   'False
  15.       Height          =   855
  16.       Left            =   480
  17.       MultiLine       =   -1  'True
  18.       TabIndex        =   8
  19.       Text            =   "frmHelp.frx":0000
  20.       Top             =   3840
  21.       Width           =   7335
  22.    End
  23.    Begin VB.CommandButton Command1 
  24.       Caption         =   "Return to Wheel-Of-Fortune"
  25.       Height          =   375
  26.       Left            =   2880
  27.       TabIndex        =   7
  28.       Top             =   5520
  29.       Width           =   2535
  30.    End
  31.    Begin VB.TextBox Text6 
  32.       Enabled         =   0   'False
  33.       Height          =   285
  34.       Left            =   2520
  35.       TabIndex        =   6
  36.       Text            =   "Click the Spin buton to see how much money you'll get ."
  37.       Top             =   3120
  38.       Width           =   5055
  39.    End
  40.    Begin VB.TextBox Text5 
  41.       Enabled         =   0   'False
  42.       Height          =   285
  43.       Left            =   240
  44.       TabIndex        =   5
  45.       Text            =   "Spin"
  46.       Top             =   3120
  47.       Width           =   2055
  48.    End
  49.    Begin VB.TextBox Text4 
  50.       Enabled         =   0   'False
  51.       Height          =   285
  52.       Left            =   2520
  53.       TabIndex        =   4
  54.       Text            =   "If you know the answer to the puzzle,click Solve, and then type it out."
  55.       Top             =   2280
  56.       Width           =   5055
  57.    End
  58.    Begin VB.TextBox Text3 
  59.       Enabled         =   0   'False
  60.       Height          =   285
  61.       Left            =   240
  62.       TabIndex        =   3
  63.       Text            =   "Ok/Enter Letter"
  64.       Top             =   2280
  65.       Width           =   2055
  66.    End
  67.    Begin VB.TextBox Text2 
  68.       Enabled         =   0   'False
  69.       Height          =   285
  70.       Left            =   2520
  71.       TabIndex        =   2
  72.       Text            =   "Enter one letter at a time if you want to keep guessing at the puzzle."
  73.       Top             =   1440
  74.       Width           =   5055
  75.    End
  76.    Begin VB.TextBox Text1 
  77.       Enabled         =   0   'False
  78.       Height          =   285
  79.       Left            =   240
  80.       TabIndex        =   1
  81.       Text            =   "Ok/Enter Letter"
  82.       Top             =   1440
  83.       Width           =   2055
  84.    End
  85.    Begin VB.Label Label2 
  86.       Caption         =   "ENTER "" POINTS"" AS YOUR ANSWER FOR MAXIMUM BONUS"
  87.       Height          =   975
  88.       Left            =   9000
  89.       TabIndex        =   9
  90.       Top             =   1800
  91.       Width           =   1575
  92.    End
  93.    Begin VB.Shape Shape3 
  94.       Height          =   735
  95.       Left            =   120
  96.       Top             =   2880
  97.       Width           =   2295
  98.    End
  99.    Begin VB.Shape Shape2 
  100.       Height          =   735
  101.       Left            =   120
  102.       Top             =   2040
  103.       Width           =   2295
  104.    End
  105.    Begin VB.Shape Shape1 
  106.       Height          =   735
  107.       Left            =   120
  108.       Top             =   1200
  109.       Width           =   2295
  110.    End
  111.    Begin VB.Line Line1 
  112.       X1              =   480
  113.       X2              =   7440
  114.       Y1              =   960
  115.       Y2              =   960
  116.    End
  117.    Begin VB.Label Label1 
  118.       BackColor       =   &H00FFFFFF&
  119.       BackStyle       =   0  'Transparent
  120.       Caption         =   "Wheel Of Fortune Help"
  121.       BeginProperty Font 
  122.          Name            =   "Wide Latin"
  123.          Size            =   15.75
  124.          Charset         =   0
  125.          Weight          =   400
  126.          Underline       =   0   'False
  127.          Italic          =   0   'False
  128.          Strikethrough   =   0   'False
  129.       EndProperty
  130.       Height          =   855
  131.       Left            =   720
  132.       TabIndex        =   0
  133.       Top             =   360
  134.       Width           =   6375
  135.    End
  136. Attribute VB_Name = "frmHelp"
  137. Attribute VB_GlobalNameSpace = False
  138. Attribute VB_Creatable = False
  139. Attribute VB_PredeclaredId = True
  140. Attribute VB_Exposed = False
  141. Private Sub Command1_Click()
  142. frmHelp.Visible = False
  143. End Sub
  144.